home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / ethereal / diameter / mobileipv4.xml < prev    next >
Extensible Markup Language  |  2006-05-08  |  3KB  |  74 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- $Id: mobileipv4.xml 16551 2005-11-19 15:58:16Z etxrab $ -->
  3.  
  4.     <application id="2" name="Mobile IPv4 Application" uri="http://www.ietf.org/rfc/rfc4004.txt">
  5.  
  6.         <!-- Mobile-IPv4 Application -->
  7.         <command name="AA-Mobile-Node" code="260" vendor-id="None"/>
  8.         <command name="Home-Agent-MIP" code="262" vendor-id="None"/>
  9.  
  10.         <!-- ************************** Mobile-IPv4 AVPS ********************* -->
  11.         <avp name="MIP-Filter-Rule" code="347" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  12.             <type type-name="IPFilterRule"/>
  13.         </avp>
  14.         <avp name="MIP-Algorithm-Type" code="345" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  15.             <type type-name="Unsigned32"/>
  16.             <enum name="HMAC-SHA-1" code="2"/>
  17.         </avp>
  18.         <avp name="MIP-Auth-Input-Data-Length" code="338" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  19.             <type type-name="Unsigned32"/>
  20.         </avp>
  21.         <avp name="MIP-Authenticator-Length" code="339" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  22.             <type type-name="Unsigned32"/>
  23.         </avp>
  24.         <avp name="MIP-Authenticator-Offset" code="340" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  25.             <type type-name="Unsigned32"/>
  26.         </avp>
  27.         <avp name="MIP-FA-Challenge" code="344" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  28.             <type type-name="OctetString"/>
  29.         </avp>
  30.         <avp name="MIP-Feature-Vector" code="337" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  31.             <type type-name="Unsigned32"/>
  32.         </avp>
  33.         <avp name="MIP-Foreign-Agent-Host" code="330" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  34.             <type type-name="DiameterIdentity"/>
  35.         </avp>
  36.         <avp name="MIP-Home-Agent-Address" code="334" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  37.             <type type-name="IPAddress"/>
  38.         </avp>
  39.         <avp name="MIP-MN-AAA-Auth" code="322" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  40.             <grouped>
  41.                 <gavp name="MIP-MN-AAA-SPI"/>
  42.                 <gavp name="MIP-Auth-Input-Data-Length"/>
  43.                 <gavp name="MIP-Authenticator-Length"/>
  44.                 <gavp name="MIP-Authenticator-Offset"/>
  45.             </grouped>
  46.         </avp>
  47.         <avp name="MIP-MN-AAA-SPI" code="341" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  48.             <type type-name="Unsigned32"/>
  49.         </avp>
  50.         <avp name="MIP-Mobile-Node-Address" code="333" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  51.             <type type-name="IPAddress"/>
  52.         </avp>
  53.         <avp name="MIP-Previous-FA-Addr" code="336" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  54.             <type type-name="IPAddress"/>
  55.         </avp>
  56.         <avp name="MIP-Previous-FA-Host" code="335" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  57.             <type type-name="DiameterIdentity"/>
  58.         </avp>
  59.         <avp name="MIP-Reg-Request" code="320" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  60.             <type type-name="MIPRegistrationRequest"/>
  61.         </avp>
  62.         <avp name="MIP-Reg-Reply" code="321" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  63.             <type type-name="OctetString"/>
  64.         </avp>
  65.         <avp name="MIP-Replay-Mode" code="346" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  66.             <type type-name="Unsigned32"/>
  67.             <enum name="None" code="1"/>
  68.             <enum name="Timestamps" code="2"/>
  69.             <enum name="Nonces" code="3"/>
  70.         </avp>
  71.         <!-- ************************ END Mobile-IPv4 AVPS ******************* -->
  72.  
  73.     </application>
  74.